\(\int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx\) [69]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 16, antiderivative size = 16 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\text {Int}\left (\frac {\text {sech}(a+b x)}{\sqrt {c+d x}},x\right ) \]

[Out]

Unintegrable(sech(b*x+a)/(d*x+c)^(1/2),x)

Rubi [N/A]

Not integrable

Time = 0.03 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx \]

[In]

Int[Sech[a + b*x]/Sqrt[c + d*x],x]

[Out]

Defer[Int][Sech[a + b*x]/Sqrt[c + d*x], x]

Rubi steps \begin{align*} \text {integral}& = \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 5.27 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx \]

[In]

Integrate[Sech[a + b*x]/Sqrt[c + d*x],x]

[Out]

Integrate[Sech[a + b*x]/Sqrt[c + d*x], x]

Maple [N/A] (verified)

Not integrable

Time = 0.04 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.88

\[\int \frac {\operatorname {sech}\left (b x +a \right )}{\sqrt {d x +c}}d x\]

[In]

int(sech(b*x+a)/(d*x+c)^(1/2),x)

[Out]

int(sech(b*x+a)/(d*x+c)^(1/2),x)

Fricas [N/A]

Not integrable

Time = 0.25 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int { \frac {\operatorname {sech}\left (b x + a\right )}{\sqrt {d x + c}} \,d x } \]

[In]

integrate(sech(b*x+a)/(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

integral(sech(b*x + a)/sqrt(d*x + c), x)

Sympy [N/A]

Not integrable

Time = 0.93 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.94 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int \frac {\operatorname {sech}{\left (a + b x \right )}}{\sqrt {c + d x}}\, dx \]

[In]

integrate(sech(b*x+a)/(d*x+c)**(1/2),x)

[Out]

Integral(sech(a + b*x)/sqrt(c + d*x), x)

Maxima [N/A]

Not integrable

Time = 0.94 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int { \frac {\operatorname {sech}\left (b x + a\right )}{\sqrt {d x + c}} \,d x } \]

[In]

integrate(sech(b*x+a)/(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(sech(b*x + a)/sqrt(d*x + c), x)

Giac [N/A]

Not integrable

Time = 0.28 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.00 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int { \frac {\operatorname {sech}\left (b x + a\right )}{\sqrt {d x + c}} \,d x } \]

[In]

integrate(sech(b*x+a)/(d*x+c)^(1/2),x, algorithm="giac")

[Out]

integrate(sech(b*x + a)/sqrt(d*x + c), x)

Mupad [N/A]

Not integrable

Time = 1.76 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.12 \[ \int \frac {\text {sech}(a+b x)}{\sqrt {c+d x}} \, dx=\int \frac {1}{\mathrm {cosh}\left (a+b\,x\right )\,\sqrt {c+d\,x}} \,d x \]

[In]

int(1/(cosh(a + b*x)*(c + d*x)^(1/2)),x)

[Out]

int(1/(cosh(a + b*x)*(c + d*x)^(1/2)), x)